bitkeeper revision 1.1159.258.89 (42524683eHdxgb97Ju0emhDCWjpCDA)
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 5 Apr 2005 08:04:19 +0000 (08:04 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 5 Apr 2005 08:04:19 +0000 (08:04 +0000)
Reduce severity of TLS warning.
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6.11-xen-sparse/arch/xen/kernel/fixup.c

index 01fe5df9425a326e9a3b672d0aa58bfea344c683..1b2aeea60d91cb43d59657196f4c324b7ff598e2 100644 (file)
@@ -58,10 +58,8 @@ __LINKAGE void do_fixup_4gb_segment(struct pt_regs *regs, long error_code)
         DP("***************************************************************");
         DP("** WARNING: Currently emulating unsupported memory accesses  **");
         DP("**          in /lib/tls libraries. The emulation is very     **");
-        DP("**          slow, and may not work correctly with all        **");
-        DP("**          programs (e.g., some may 'Segmentation fault').  **");
-        DP("**          TO ENSURE FULL PERFORMANCE AND CORRECT FUNCTION, **");
-        DP("**          YOU MUST EXECUTE THE FOLLOWING AS ROOT:          **");
+        DP("**          slow. To ensure full performance you should      **");
+        DP("**          execute the following as root:                   **");
         DP("**          mv /lib/tls /lib/tls.disabled                    **");
         DP("***************************************************************");
         DP("***************************************************************");